home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 001a / mptqbats.zip / MPT-U.BAT < prev    next >
DOS Batch File  |  1991-07-05  |  1KB  |  34 lines

  1. echo off
  2. echo MPt Upload Batch file for use with QMODEM -- (formerly Puma).
  3. mpt P%2 N+ R+ X+ s %4
  4. goto end
  5. rem REM or Delete the 'goto' statement for diagnosing problems,
  6. rem but be sure to re-insert or unREM it when finished!
  7. echo argument 1 is %1
  8. echo argument 2 is %2
  9. echo argument 3 is %3
  10. echo argument 4 is %4
  11. echo argument 5 is %5
  12. echo argument 6 is %6
  13. echo argument 7 is %7
  14. echo argument 8 is %8
  15. echo 1 2 3 4 5 6 7 8 
  16. echo  %1 %2 %3 %4 %5 %6 %7 %8
  17.  
  18. echo QMODEM sends the following batch parameters when calling external protocols:
  19. echo 1 DTE baud rate, Computer to modem
  20. echo 2 port #
  21. echo 3 DCE baud rate, As reported by modem, CONNECT xxxx
  22. echo 4 filename
  23. pause
  24. rem mpt N+ R+ X+ S %4 %5 %6 %7 %8 %9 %10 ????????????????????
  25. echo         B+ or B-  (beep upon completion)
  26. echo         N+ or N-  (monitor the carrier signal)
  27. echo         R+ or R-  (allow resumed transfers)
  28. echo         X+ or X-  (enable RLE compression)
  29. Pause 
  30. rem PAUSE inserted so you can review the above after a test.
  31. :end
  32. echo off
  33. echo MPt Batch file downloaded from Modern Technolgy BBS (401) 333 3451
  34.